/* =====================================================
 * http://www.fiilex.com/
 *
 * Copyright 2012, Fiilex
 * By VitaFan
 * 
 * December 2012
 ======================================================= */
@import "../css/cssreset.css?v={201804_1}";
@import "../css/flexslider.css";
@import "../css/jquery.fancybox-1.3.1.css";
@import "../fonts/diconfonts.css?=1.4";
@import url("https://fonts.googleapis.com/css2?family=Gelasio:wght@400;500;600;700&family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
  /* ==== Main color ==== */
  --color_M1: #0b3e73;
  --color_M2: #c0132b;
  --color_M3: #9acdd6;
  --color_S1: #c8a063;
  /* ==== Grayscale color ==== */
  --color_G1: #111;
  --color_G2: #222;
  --color_F: #FFFFFF;
  --color_BgG: #f7f7f7;
  /* ==== Font size ==== */
  --size_b: 80px;
  --size_xl: 50px;
  --size_l: 40px;
  --size_m: 35px;
  --size_h1: 30px;
  --size_h2: 24px;
  --size_h3: 21px;
  --size_h4: 18px;
  --size_normal: 15px;
  --size_p: 13px;
  --size_s: 11px;
  --fontgap: 1.6em;
  /* ==== Font family ==== */
  --font_main: 'Roboto', sans-serif;
  --win_width: 1215px;
}

body {
  width: 100%;
  font-family: var(--font_main);
  font-size: var(--size_normal);
  line-height: var(--fontgap);
  /* letter-spacing: 0.02em; */
}

html,
body,
#wrapper {
  width: 100%;
  height: 100%;
}

body>#wrapper {
  height: auto;
  min-height: 100%;
}

.overallwidthBox {
  width: var(--win_width);
  margin: 0 auto;
  position: relative;
}

clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}


/*-------------------------------------------------------
layout
---------------------------------------------------------*/
img {
  width: 100%;
  height: auto;
  /* max-width:100%;*/
}

.left {
  float: left;
}

.right {
  float: right;
}

.w10 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w28 {
  width: 28%;
}

.w30 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w43 {
  width: 43%;
}

.w45 {
  width: 45%;
}

.w48 {
  width: 48%;
}

.w50 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w60 {
  width: 60%;
}

.w70 {
  width: 70%;
}

.w80 {
  width: 80%;
}

.w100 {
  width: 100%;
}


.padding_top50 {
  padding-top: 50px;
}

.clear {
  clear: both;
}

/*-------------------------------------------------------
style
---------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5 {
  font-family: var(--font_main);
  /* letter-spacing: 0.03em; */
}

h1 {
  font-size: 30px;
  line-height: 45px;
}

h2 {
  font-size: 24px;
  line-height: 40px;
}

h3 {
  font-size: 20px;
  line-height: 35px;
}

h4 {
  font-size: 16px;
  line-height: 26px;
}

h5 {
  font-size: 15px;
  line-height: 25px;
}

p {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13px;
  color: #666;
  line-height: 21px;
  text-align: justify;
}

.note {
  font-size: 11px;
  color: #999;
  line-height: 20px;
}

sub,
sup {
  font-size: 8px;
}

.font_ColR {
  color: var(--color_M2);
}


.font_ColBU {
  color: var(--color_M1);
}

.font_bold {
  font-weight: bold;
}

.font_italic {
  font-style: italic;
}

.font_center {
  text-align: center;
}

#conter p a {
  color: var(--color_M1);
}

/********************************************************************************************************************************
  CONTER STYLING
 ********************************************************************************************************************************/

#conter a {
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  /* Firefox 4 */
  -webkit-transition: all 0.2s;
  /* Safari and Chrome */
  -o-transition: all 0.2s;
  /* Opera */
}

/*==========================================================
-------------------------------------------------------index
==========================================================*/

#indexbanner {
  width: 100%;
  height: auto;
  position: relative;
}

#indexbanner picture {
  position: relative;
  z-index: 4;
}

#indexbanner .indexbanner_textBox {
  position: absolute;
  display: block;
  width: 1000px;
  height: 200px;
  margin-top: calc(-50% + 200px);
  z-index: 5;
  right: 0;
}


#indexbanner h1 {
  position: relative;
  z-index: 7;
  color: #fff;
  font-size: 60px;
  line-height: 1.2em;
  letter-spacing: 0.03em;
  font-weight: bold;
  text-align: right;
  margin-top: -180px;
  right: 20%;
}

#indexbanner .indexbanner_text {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to left, var(--color_M1) 70%, transparent 100%);
  z-index: 6;
}

#indexbanner h1 span {
  font-size: 48px;
  letter-spacing: normal;
  font-weight: bold;
}



.main_title {
  font-size: var(--size_xl);
  line-height: 1.5em;
  color: #333;
  width: 100%;
  text-align: center;
  font-weight: 700;
  margin: 20px 0;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.mainProductBox,
.mainProduct,
.mainProduct img,
.mainComp img,
.mainTngBox a .tng_bgImg,
.gotoIcon,
.mainLightBox .url {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari and Chrome */
  -o-transition: all 0.5s;
  /* Opera */
}

.mainProductBox {
  position: relative;
  display: flex;
  justify-content: center;
  /*區塊置中*/
  flex-wrap: wrap;
  /*超過換行*/
  margin: 50px auto;
}

.mainProduct {
  position: relative;
  box-sizing: border-box;
  width: 32%;
  float: left;
  margin: 7px 0;
  margin-right: 1%;
  padding: 30px;
  background-color: #333;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
}

/* .mainProduc:nth-child(3n) {
  margin-right: 0;
} */

.mainProduct img {
  margin-top: 50px;
}


.mainProduct h1 {
  font-size: 30px;
  line-height: 1.3em;
  margin-top: 20px;
  color: #fff;
  text-align: center;
  /* letter-spacing: 0; */
}

.mainProduct h2 {
  font-size: 20px;
  color: #CCC;
  text-align: center;
  margin-top: 5px;
}

.gotoIcon {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  background-color: var(--color_M3);
  text-align: center;
  right: -50px;
  bottom: -50px;
  border-radius: 50%;
}

.gotoIcon i {
  font-size: var(--size_h2);
  line-height: 50px;
  color: #222;
}

.mainProduct:hover h2 {
  color: var(--color_M3);
}

.mainProduct:hover .gotoIcon {
  right: 10px;
  bottom: 10px;
}

.mainProduct:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}


.mainTngBox img {
  margin: 20px 0 50px 0;
}

.mainTngBox .mainTng_bg_top,
.mainTngBox .mainTng_bg_bottom {
  width: 100%;
  height: 15px;
}

.mainTngBox .mainTng_bg_top {
  background-image: linear-gradient(to top, #cdcdcd 0%, transparent 100%);
}

.mainTngBox .mainTng_bg_bottom {
  background-image: linear-gradient(to bottom, #cdcdcd 0%, transparent 100%);
}

.mainTngBox a {
  position: relative;
  float: left;
  width: 24%;
  margin-right: 1%;
  overflow: hidden;
}

.mainTngBox a img {
  width: 100%;
  margin: 0;
  padding: 0;
}


.mainTngBox a:hover .tng_bgImg {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.mainTngBox .textBox {
  display: block;
  position: absolute;
  width: 100%;
  height: 245px;
  box-sizing: border-box;
  padding: 0 10px;
  text-align: center;
  bottom: 0;
  z-index: 2;
}

.mainTngBox .textBox .tng_title {
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

.mainTngBox .textBox h1 {
  font-size: 5vmin;
  line-height: 1em;
  color: #fff;
  font-weight: 900;
  text-shadow: 0px 0px 5px #000;
}

.mainTngBox .textBox h2 {
  text-align: center;
}

.mainTngBox .textBox .since {
  width: 140px;
  height: 24px;
  display: block;
  margin: auto;
  margin-bottom: 10px;
}

.mainTngBox .textBox .since h2 {
  float: left;
  width: 120px;
  color: #fff;
  font-size: var(--size_h4);
  letter-spacing: 0.5em;
  background: var(--color_M2);
  line-height: 24px;

}

.triangle {
  float: left;
}

#triangle-topright {
  width: 0;
  border-top: 12px solid var(--color_M2);
  border-left: 10px solid transparent;
}

#triangle-bottomright {
  width: 0;
  height: 0;
  border-bottom: 12px solid var(--color_M2);
  border-left: 10px solid transparent;
}

#triangle-topleft {
  width: 0;
  border-top: 12px solid var(--color_M2);
  border-right: 10px solid transparent;
}

#triangle-bottomleft {
  width: 0;
  height: 0;
  border-bottom: 12px solid var(--color_M2);
  border-right: 10px solid transparent;
}

.mainTngBox .textBox .year {
  display: block;
  font-size: 6vmin;
  font-weight: 900;
  color: var(--color_S1);
  margin-bottom: 20px;

}

.tng_bottom {
  position: absolute;
  bottom: 0;
  z-index: 2;
}


.mainCompBox {
  /* background-color: #036; */
  margin: 50px auto;
}

.mainComp {
  position: relative;
  width: calc(16% - 11px);
  float: left;
  margin-top: 20px;
  text-align: center;
  color: #222;
  overflow: hidden;
}

.mainComp img {
  width: 90%;
  margin: auto;
  margin-bottom: 10px;
}

.mainComp:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.mainComp .gotoIcon {
  opacity: 0;
  right: calc(50% - 25px);
  top: -100px;
}

.mainComp:hover .gotoIcon {
  top: 30px;
  opacity: 0.7;
}

.mainComp h1,
.mainComp p {
  text-align: center;
}

.mainComp h1 {
  line-height: 1em;
}

.mainComp:hover h1 {
  color: var(--color_M1);
}

.mainComp_Interval {
  display: block;
  width: 1px;
  height: 200px;
  background-image: linear-gradient(to bottom, #fff, var(--color_M1), #ffff);
  margin: 0px 5px;
  float: left;
}

.mainLightBox {
  background-color: var(--color_BgG);
  padding: 50px 0;
}

.mainLightBox a {
  position: relative;
  float: left;
  text-align: center;
  color: #333;
}

.mainLightBox a img {
  width: 80%;
  margin: auto;
  margin-bottom: 20px;
}

.mainLightBox {
  margin-top: 50px;
}

.mainLightBox figure {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  height: 700px;
  width: 31%;
  height: auto;
  text-align: center;
  cursor: pointer;
  padding: 0;
  margin: 10px 1%;
  float: left;
  border-radius: 20px;
  margin-bottom: 50px;
}

.mainLightBox a {
  width: 100%;
}

.mainLightBox a img {
  width: 100%;
}

.mainLightBox a:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.mainLightBox a .textBg {
  display: block;
  width: 0;
  height: 35px;
  background: var(--color_M1);
  text-align: right;
  color: #fff;
  line-height: 35px;
}

.mainLightBox a:hover .textBg {
  width: 100%;
}

.mainLightBox a h4 {
  position: absolute;
  margin: auto;
  width: 100%;
  line-height: 35px;
}

.mainLightBox a:hover h4 {
  color: #fff;
}

.mainLightBox figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 1;
  margin: auto;
}

.mainLightBox figure figcaption,
.mainLightBox figure figcaption>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mainLightBox figure figcaption {
  width: 80%;
  height: 80%;
  /* margin:0 8%; 
	margin-top: calc(40% - 120px); */
  padding: 10%;
  overflow: hidden;
}


.mainLightBox figure figcaption .text {
  position: relative;
  /* padding-top:10px; */
  margin-top: calc(50% - 100px);
  font-size: 20px;
  line-height: 25px;
}

.mainLightBox figure figcaption .url {
  color: #fff;
  margin-top: 10px;
  letter-spacing: 0.1em;
  font-size: var(--size_normal);
  opacity: 0;
}

.mainLightBox figure figcaption .text img {
  height: auto;
}

.mainLightBox figure figcaption .text h2 {
  line-height: 40px;
  margin-bottom: 20px;
}

.mainLightBox figure figcaption .text,
.mainLightBox figure figcaption .text h2,
.mainLightBox figure figcaption .text p {
  color: #fff;
}


figure.effect-steve img {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: perspective(1000px) translate3d(0, 0, 0);
  transform: perspective(1000px) translate3d(0, 0, 0);
}

figure.effect-steve:hover img {
  -webkit-transform: perspective(1000px) translate3d(0, 0, 50px);
  transform: perspective(1000px) translate3d(0, 0, 50px);
}

figure.effect-steve:hover .url {
  opacity: 1;
}

figure.effect-steve p {
  text-align: center;
}

figure.effect-steve h2 {
  font-size: 36px;
  line-height: 40px;
  font-weight: bold;
}


/*==========================================================
---------------------------------------------------------web
==========================================================*/


/*--- all ------------------------------*/


.innerConter {
  margin: 80px auto;
}

.innerConter a {
  color: #333;
}

.innerConter h1 {
  margin-bottom: 15px;
}

.pageBottom {
  margin-bottom: 80px;
}

.Separator_web {
  clear: both;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 20px;
  padding-top: 30px;
  text-indent: -19999px;
}

.textUl {
  padding-left: 20px;
  margin-top: 20px;

}

.textUl li {
  list-style: disc outside;
  padding: 5px 0;
}

.textTable {
  width: 100%;
  margin: 20px 0;
  border-bottom: 2px solid #666;
}

.textTable tr:nth-child(odd) {
  background-color: #ececec;
}


.textTable td {
  border: 1px solid #CCC;
  padding: 10px 15px;
  font-size: var(--size_normal);
  vertical-align: middle;
}

.textTable .title {
  border-top: 2px solid #666;
  border-bottom: 2px solid #666;

}

.textTable .title td {
  font-size: var(--size_h4);
  font-weight: bold;
  background-color: #dbdbdb;
}

.textTable .sub {
  font-weight: bold;
  border-right: 2px solid #666;
  width: 20%;

}

.textTable tr td:nth-last-child(1) {
  border-right: none;
}

.textTable tr td:nth-child(1) {
  border-left: none;
}

.intoPageBox {
  background-color: var(--color_BgG);
  padding: 50px 0;
}

.intoPageTitle {
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: var(--size_m);
}

.intoPageImgBox {
  position: relative;
  height: auto;
  min-height: 500px;
  padding-bottom: 50px;
}

.intoPageImgBg,
.intoPageImgBgLeft,
.intoPageImgBgRight {
  height: 500px;
}

.intoPageImgBg {
  position: absolute;
  width: 50%;
}

.intoPageImgBgLeft {
  border-radius: 0 250px 250px 0;
  overflow: hidden;
  text-align: right;
}

.intoPageImgBgRight {
  border-radius: 250px 0 0 250px;
  overflow: hidden;
  margin-left: 50%;
}

.intoPageImgBgLeft img,
.intoPageImgBgRight img {
  width: auto;
  height: 100%;
}


.intoPageBox_diagram {
  padding: 30px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background: #c1cdd7;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #eef1f2, #c1cdd7);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #eef1f2, #c1cdd7);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}




/*--- solutions ------------------------------*/

.solutionsTopBanner,
.solutionsTopBanner .overallwidthBox,
.componTopBanner,
.componTopBanner .overallwidthBox {
  position: relative;
}

.solutionsBanner_textBg,
.solutionsBanner_textBg .textBg,
.componBanner_textBg,
.componBanner_textBg .textBg {
  position: absolute;
}

.solutionsBanner_textBg,
.componBanner_textBg {
  display: block;
  width: 100%;
  height: auto;
  z-index: 5;
  left: 0;
}

.solutionsBanner_textBg {
  height: 200px;
  top: calc(100% - 200px);
}

.componBanner_textBg {
  height: 150px;
  top: calc(100% - 150px);
}



.textBg {
  width: 80%;
  height: 100%;
  background-image: linear-gradient(to right, var(--color_M1) 70%, transparent 100%);
  opacity: 0.8;
  margin-top: -150px;
}


.solutionsTopBanner,
.componTopBanner {
  min-height: 300px;
}

.solutionsTopBanner .textBox,
.componTopBanner .textBox {
  height: 120px;
  z-index: 6;
  margin-top: auto;
  padding-top: 30px;
}

.solutionsBanner_textBg h1,
.componBanner_textBg h1 {
  color: #fff;
  font-size: var(--size_xl);
  font-weight: bold;
  line-height: 1.3em;
  margin-top: -15px;
  text-transform: uppercase;
}

.solutionsBanner_textBg h2 {
  color: var(--color_S1);
  font-size: var(--size_l);
  line-height: 1.3em;
}

.componBanner_textBg h2 {
  color: var(--color_S1);
  font-size: var(--size_h3);
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.3em;
}

.breadcrumbs {
  margin-bottom: 20px;
}

.breadcrumbs,
.breadcrumbs a {
  color: #c0c0c0;
}

.breadcrumbs i,
.breadcrumbs a:hover {
  color: var(--color_M3);
}

.breadcrumbs br {
  display: none;
}

.solutions_intr {
  margin: 50px auto;
}

.solutions_intr ul,
.solutionsList ul,
.innerConter ul {
  padding-left: 20px;
}

.solutionsList ul {
  margin-top: 10px;
}

.solutions_intr ul li,
.solutionsList ul li,
.innerConter ul li {
  list-style: disc;
  list-style-position: outside;
}

.solutionsList {
  display: block;
  min-height: 600px;
  margin-top: 20px;
}

.solutionsList_textBg,
.solutionsList_textBg .solutionsListBg_left,
.solutionsList_textBg .solutionsListBg_right {
  height: 500px;
}

.solutionsList_textBg {
  position: absolute;
  width: 50%;
}

.solutionsList_textBgRight {
  margin-left: 50%;
}

.solutionsList_textBgRight .solutionsListBg_left,
.solutionsList_textBgLeft .solutionsListBg_left {
  position: relative;
  width: 500px;
  background-color: var(--color_BgG);
  border-radius: 50% 0 0 50%;
  float: left;
}

.solutionsList_textBgLeft .solutionsListBg_left {
  border-radius: 0 50% 50% 0;
  float: right;
}

.solutionsList_textBgRight .solutionsListBg_right,
.solutionsList_textBgLeft .solutionsListBg_right {
  width: calc(100% - 500px);
  background-color: var(--color_BgG);
  float: right;
}

.solutionsList_textBgLeft .solutionsListBg_right {
  float: right;
}

.solutionsList .overallwidthBox {
  z-index: 3;
}

.solutionsList_img {
  width: 50%;
}

.solutionsList_test {
  width: 35%;
  padding-top: 100px;
}

.solutionsList_info {
  width: 40%;
  padding-top: 50px;
}

.solutionsList .solutionsList_point {
  padding-left: 0;
  list-style-position: outside;
}

.solutionsList .solutionsList_point li {
  margin-left: 20px;
}

.solutionsList_info h4 {
  padding-top: 10px;
}

.schematic-diagram {
  margin: 30px 0;
}

.solutionsList h1 {
  font-size: 70px;
  color: var(--color_M1);
  line-height: 80px;
  font-weight: bold;
}

.solutionsList h2 {
  font-size: var(--size_h1);
  font-weight: bold;
}

.applicationsBox {
  position: relative;
  display: flex;
  justify-content: center;
  /*區塊置中*/
  flex-wrap: wrap;
  /*超過換行*/
}

.applicationsBox li {
  width: 180px;
  /* background-color: #036; */
  box-sizing: border-box;
  float: left;
  margin: 20px 10px;
  border-radius: 15px;
  /* box-shadow: 0px 0px 10px black; */
  border: 5px solid #ccc;

}

.applicationsBox li img {
  width: 90%;
  margin-bottom: 10px;

}

.applicationsBox li .textBox {
  width: 100%;
  box-sizing: border-box;
  background-color: var(--color_M1);
  border-radius: 0px 0px 10px 10px;
  color: #fff;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.exampleBut {
  position: relative;
  display: block;
  max-width: 300px;
  width: 100%;
  min-height: 50px;
  height: auto;
  text-align: center;
  margin-top: 20px;
  overflow: hidden;
}

.exampleBut_b {
  background-color: var(--color_G2);
}

.exampleBut_w {
  border: 1px solid var(--color_G2);
}


.exampleBut h2,
.exampleBut span {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari and Chrome */
  -o-transition: all 0.5s;
  /* Opera */
}

.exampleBut h2 {
  position: relative;
  z-index: 1;
  font-size: var(--size_h3);
  line-height: var(--fontgap);
  padding: 10px 30px;
  font-weight: normal;
  letter-spacing: 0.1em;
}

.exampleBut_b h2 {
  color: var(--color_F);
}

.exampleBut_w h2 {
  color: var(--color_G1);
}

.exampleBut span {
  position: absolute;
  display: block;
  width: 100%;
  min-height: 60px;
  height: 100%;
  padding: 10px 30px;
  /* background-color: var(--color_M1); */
  background-image: linear-gradient(to right, var(--color_M1), #1b5fa6);
  top: 100%;
}

.exampleBut:hover span {
  top: 0;
}

.exampleBut:hover h2 {
  -ms-transform: rotateX(-360deg);
  -webkit-transform: rotateX(-360deg);
  transform: rotateX(-360deg);
}

.exampleBut_w:hover h2 {
  color: var(--color_F);
}


/*--- Components ------------------------------*/

.componBox {
  background-color: var(--color_BgG);
  padding: 50px 0;
  margin-top: 0px;
}

.componBox h1 {
  margin-bottom: 20px;
  border-bottom: 3px solid #d9d9d9;
  text-decoration: underline var(--color_M1) solid;
  text-underline-offset: 11px;
}


.componPDF-List {
  /* padding-left: 20px; */
}

.componPDF-List li {
  list-style: disc;
  list-style-position: outside;
  padding: 15px 0;
  border-bottom: 1px solid #d9d9d9;
  margin-left: 20px;
  color: var(--color_M1);
}

.componPDF-List li a {
  /* color: var(--color_M1); */
}

.componPDF-List li a:hover {
  color: var(--color_M2);
  font-weight: 700;
}

.componPDFBox {
  box-sizing: border-box;
  border: 1px solid #d0d0d0;
  margin-bottom: 30px;
  background-color: #fff;
  padding-bottom: 30px;
}

.componBox .componPDFTitle {
  width: calc(100% - 40px);
  padding: 10px 20px;
  font-size: var(--size_h1) !important;
  line-height: 1.2em !important;
  text-decoration: none;
  background-image: linear-gradient(to right, var(--color_M1), #1b5fa6);
  color: #fff;
  /*border-bottom: 3px solid var(--color_M1);*/
  border: none;
}

.componPDFItem {
  padding: 10px 30px;
}

.componPDFBox ul {
  margin-left: 0px;
}

.componPDFBox li {
  padding: 5px 0;
  list-style-type: none !important;
  border: none;
  margin-left: 0;
}

.componPDFBox li a {
  color: #666;
}

.componPDFBox li a::before {
  content: "";
  float: left;
  display: block;
  width: 15px;
  height: 11px;
  border-bottom: 2px solid;
  border-color: #666;
  margin-right: 10px;
}

.componPDFBox li a:hover::before {
  border-color: var(--color_M2);
}


.howToBox {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #333;
  clear: both;
  padding: 50px 0;
}

/*--- PDF list with img------*/

.componItemBox {
  display: flex;
  justify-content: center;
  /*區塊置中*/
  flex-wrap: wrap;
  /*超過換行*/

}

.componItemBox .componItem,
.componItem img,
.moreButton span {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari and Chrome */
  -o-transition: all 0.5s;
  /* Opera */
}

.componItemBox .componItem {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 33.3%;
  float: left;
  text-align: center;
  color: #333;
  border-left: 1px solid #ddd;
  /* border-right: 1px solid #ddd; */
  border-bottom: 1px solid #ddd;
  text-align: left;
  background: #fff;
  overflow: hidden;
}


.componItemBox .componItem:nth-child(1),
.componItemBox .componItem:nth-child(2),
.componItemBox .componItem:nth-child(3) {
  border-top: 1px solid #ddd;
}

.componItemBox .componItem:nth-child(3n),
.componItemBox .componItem:last-of-type {
  border-right: 1px solid #ddd;
}

.componItem:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  z-index: 5;

}

.componItem img {
  margin: 20px auto;
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.componItem h4 {
  line-height: 30px;
  margin-bottom: 10px;
}

.componItem h4 img {
  width: 25px;
  padding: 0;
  margin: 0;
  margin-top: -5px;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  margin-right: 7px;
}

.componItem .top,
.componItem .point {
  width: 85%;
  margin: 0 auto;
}

.componItem .top {
  margin-bottom: 20px;
}

.componItem:hover img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.componItem h2 {
  font-size: 21px;
  line-height: 1.5em;
  margin-bottom: 10px;
}

.componItem .point {
  padding: 20px 0;
}

.componItem .point ul li {
  font-size: 13px !important;
  color: #666;
}

.componItem a {
  width: calc(100% - 2px);
}

.moreButton {
  position: relative;
  display: block;
  width: 250px;
  height: 55px;
  text-align: center;
  margin-top: 20px;
  overflow: hidden;
  text-transform: uppercase;

}

.moreButton h3 {
  position: relative;
  line-height: 55px;
  z-index: 10;
  font-size: 15px;
}

.moreButton i {
  font-size: 17px;
  padding-right: 10px;
}

.moreButton span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: var(--color_M1);
  margin-top: -110px;
}

.moreButton:hover h3 {
  color: #fff;
}

.moreButton:hover span {
  margin-top: -55px;
}

.button_c_w {
  background-color: #fff;
  color: #333;
  border: 1px solid #fff;
}


.button_c_b {
  background-color: #333;
  color: #fff;
  border: 1px solid #333;
}

.button_c_b:hover,
.button_c_w:hover {
  border: 1px solid var(--color_M1);
}

.button_c_b:hover h3,
.button_c_w:hover h3 {
  color: #fff;
}

.button_l_c {
  margin: auto;
}

/* video */
.section-features {
  position: relative;
  width: 100%;
  min-height: 650px !important;
  overflow: hidden;
  background: #000;
  clear: both;
}

.html-video-background {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.html-video-background img,
.html-video-background video {
  position: absolute;
}

/* .html-video-background video{margin-left:-10%;} */
.topcontent {
  position: absolute;
  /* width:90%; */
  margin: 0;
  z-index: 2;
  text-align: left;
  color: #ffffff;
  /* color: #0b3e73; */
}

.topcontent .inner h1 {
  font-size: 80px;
  line-height: 100px;
  font-weight: 400;
  text-shadow: 3px 3px 4px #000;
}

/* .topcontent .inner h2{ 
    font-size:40px ;
    font-weight: bold ; 
	color:#fff;
    margin-top:20px;
} */

.topcontent .button {
  width: 100%;
  margin-top: 30px;
}

.bottom {
  margin-top: 200px;
}

.content-col {
  position: absolute;
  width: 600px;
  margin: 0;
  text-shadow: 1px 1px 4px #000;
  z-index: 2;
  color: #ffffff;
  /* background-color: #333; */
}

.content-col.text_black {
  text-shadow: 1px 1px 5px #fff;
  color: #000;
}

.content-col .inner {
  position: relative;
  z-index: 2;
}

.content-col .inner h1 {
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 20px;
}

.content-col .inner h2 {
  line-height: 35px;
}

.content-col p {
  font-size: 13px;
  line-height: 25px;
}

.content-col .inner a,
.content-col .inner a span {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari and Chrome */
  -o-transition: all 0.5s;
  /* Opera */
}

.content-col .inner .butA {
  display: block;
  position: relative;
  width: 250px;
  height: 45px;
  margin: 0 auto;
  margin-top: 20px;
  text-shadow: none;
  background-color: #333;
  color: #ffffff;
}

.content-col .inner .butA h4 {
  position: relative;
  line-height: 45px;
  z-index: 3;
  letter-spacing: 0.1em;
}

.content-col .inner .butA span {
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  background-color: var(--color_M1);
  z-index: 2;
}

.content-col .inner .butA:hover span {
  height: 100%;
}

.content-col .textA {
  display: block;
  width: auto;
  line-height: 25px;
  color: #fff;
  margin-top: 10px;
  text-align: left;
}

.content-col.text_black .textA {
  color: #000;
}

.content-col .textA span {
  display: block;
  width: 0px;
  height: 2px;
  background: var(--color_M1);
  ;
  text-align: center;
}

.content-col .textA:hover {
  color: var(--color_M1);
  ;
  /* font-weight: bold;
    text-shadow:3px 3px 3px #000; */
}

.content-col .textA:hover span {
  width: 100%;
}

/* ===== 內文定位 ===== */
.col_leftL {
  left: 0;
  text-align: left;
}

/* 靠左 */
.col_leftR {
  right: 0;
}

/* 靠左 */
.col_topT {
  top: 20px;
}

/* 靠上 */
.col_leftC {
  text-align: center;
}


/*--- About ------------------------------*/

/* #history {
  margin-top: 50px;
} */

#history ul {
  padding-left: 20px;
}

#history ul li {
  width: 100%;
  margin: 5px 0;
  line-height: 50px;
  list-style: disc;
}

#history .years {
  width: 100px;
  float: left;
  /* font-size: 16px; */
  font-weight: bold;
  /* line-height: 23px; */
  padding: 0;
  margin: 0;
  /* margin:5px 0;*/
}

#history .years h2 {
  font-size: var(--size_h1);
  font-weight: bold;
  margin: 5px 0;
  padding: 0;
  color: #036;
  line-height: 50px;
}

#history .event {
  width: calc(100% - 150px);
  float: left;
  font-size: var(--size_h2);
  line-height: 23px;
  margin-top: 15px;
}

.teh_video video {
  width: 100%;
}

.teh_pic img {
  width: 48%;
  margin: 10px 1%;
  float: left;
}

.currentlist li,
.currentlist li a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari and Chrome */
  -o-transition: all 0.5s;
  /* Opera */
}

.currentlist li {
  font-size: 15px;
  line-height: 25px;
  padding: 5px 0;
}

.currentlist li:hover {
  padding-left: 10px;
}

.currentlist li a {
  color: #333;
  font-weight: bold;
}

.currentlist li:hover a {
  color: var(--color_M1);
  ;
}

.joblist li {
  font-size: 15px;
  line-height: 25px;
  padding: 5px 0;
  color: #333;
}

#job_left {
  line-height: 35px;
}

.backBut {
  padding: 15px 20px;
  background: var(--color_M1);
  ;
  color: #fff;
}

.backBut:hover {
  background: #0f5299;
}

/*--- Contact ------------------------------*/


/* ------- old style ------------ */


/* ===== 列印樣式 ===== */

@media print {
  .section-features {
    background: #fff;
  }

  .content-col {
    color: #000 !important;
    text-shadow: 1px 1px 4px #fff;
  }

  .content-col .inner {
    padding: 20px;
  }

  .innerBg {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #fff !important;
    top: 0;
    z-index: 1;
    opacity: 0.7;
  }
}


/********************************************************************************************************************************
  FOOTER STYLING
 ********************************************************************************************************************************/
#footer {
  clear: both;
  position: relative;
  height: auto;
  border-top: 3px solid#4d4441;
  background-color: #333;
  padding: 20px 0;
  font-size: 11px;
  text-align: center;
  line-height: 60px;
  letter-spacing: 0.1em;
  /* text-transform: uppercase; */
  text-align: center;
}

#footer .diconInfo {
  width: 550px;
}

#footer .diconInfo img {
  width: 150px;
  float: left;
}

#footer .diconInfo p,
#footer .diconInfo p a,
#footer .diconInfo h4,
#footer .diconInfo h4 a {
  float: right;
  color: #bebebe;
  margin-top: 15px;
  text-align: left;
  line-height: 1.7em;
}

#footer .right {
  color: #9b9797;
}

/*==================================RESPONSIVE LAYOUTS===============================================*/

@media only screen and (max-width: 1360px) {

  .overallwidthBox {
    width: 90%;
  }
}


@media only screen and (max-width: 1100px) {

  #header .logo {
    margin-left: 5%;
  }

  /*index ****/

  #indexbanner .indexbanner_textBox {
    width: 800px;
    margin-top: calc(-60% + 200px);
  }

  /*solutions ****/
  .solutionsBanner_textBg h1 {
    font-size: var(--size_l);
  }

  .solutionsList_textBg {
    width: 80%;
  }

  .solutionsList_textBgRight {
    margin-left: 20%;
  }

  .mainComp {
    width: 30%;
  }

  /*web*/
  .padding_top50 {
    padding-top: 20px;
  }



  /* video */
  .topcontent {
    top: 20%;
  }

  .topcontent img {
    width: 60%;
  }


  /*product*/
  .ei-slider {
    height: 320px;
  }

}

@media only screen and (max-width: 995px) {




  .mainProductBox .mainProduct {
    width: 48%;
  }

}

@media only screen and (max-width: 767px) {

  /**all***/
  .overallwidthBox h1 {
    text-align: center;
  }

  h1 {
    line-height: 1.5em;
  }

  h2 {
    font-size: 24px;
    line-height: 24px;
  }

  .w10,
  .w15,
  .w20,
  .w25,
  .w28,
  .w30,
  .w60,
  .w45,
  .w43,
  .w35,
  .w40,
  .w48,
  .w50,
  .w55,
  .w80 {
    width: 100%;
  }

  .left,
  .right {
    float: none;
    width: 100%;
    margin-top: 0px;
  }

  /**index***/

  #indexbanner .indexbanner_textBox {
    position: relative;
    width: 100%;
    height: 150px;
    margin-top: 0px;
    background-color: var(--color_M1);
  }

  #indexbanner h1 {
    margin-top: -120px;
    font-size: 45px;
    text-align: center;
    width: 100%;
    right: 0;
  }

  #indexbanner h1 span {
    font-size: 35px;
  }

  .mainProductBox .mainProduct {
    width: 98%;
  }


  .mainTngBox a {
    width: 48%;
    margin: 10px 1%;
  }

  .mainTngBox .textBox h1,
  .mainTngBox .textBox .year {
    font-size: 7vw;
  }

  .mainTngBox .textBox {
    bottom: -10px;
  }

  .mainComp {
    width: 90%;
    margin: 10px auto;
    float: none;
  }

  .mainComp_Interval {
    display: block;
    width: 90%;
    height: 1px;
    background-image: linear-gradient(to left, #fff, var(--color_M1), #ffff);
    margin: 10px auto;
    float: none;
  }

  .innerConter {
    margin: 50px auto;
  }

  .mainLightBox figure {
    width: 100%;
  }

  /* all */
  .breadcrumbs {
    text-align: center;
  }

  .intoPageImgBg {
    position: relative;
    width: 95%;
  }

  .intoPageImgBgRight {
    margin-left: 5%;
  }

  /* about */
  #history li {
    padding-bottom: 10px;
  }

  #history .years h2 {

    line-height: 60px;
  }

  #history .event {

    line-height: 30px;
  }

  /* solutions */

  .solutionsTopBanner {
    height: auto;
  }

  .solutionsBanner_textBg,
  .solutionsBanner_textBg .textBg,
  .componBanner_textBg,
  .componBanner_textBg .textBg {
    position: relative;
  }

  .solutionsBanner_textBg,
  .componBanner_textBg {
    width: 100%;
    height: auto;
    background-color: var(--color_M1);
    top: 0;
  }

  .componBanner_textBg .textBg {
    position: relative;
    width: 100%;
    opacity: 1;
    margin: 0;
  }

  .solutionsTopBanner .textBox,
  .componTopBanner .textBox {
    height: auto;
  }

  .solutionsBanner_textBg h1,
  .componBanner_textBg h1,
  .solutionsBanner_textBg h2 {
    text-align: center;
  }

  .solutionsBanner_textBg h2,
  .solutionsList_point h2 {
    padding-bottom: 20px;
  }

  .solutionsList_point h2 {
    text-align: left !important;
  }

  .solutionsList_point {
    width: auto;
    display: table;
    margin: 0px auto;
    padding: 20px 0;
  }

  .solutions_intr {
    margin-top: 200px;
  }

  .solutionsList {
    margin-bottom: 100px;
  }

  .solutionsList_textBg {
    position: absolute;
    width: 100%;
    margin-top: -450px;
  }

  .solutionsList_test {
    width: 100%;
    padding-top: 0px;
  }

  .solutionsList_textBgRight {
    margin-left: 0%;
  }

  .solutionsList h1,
  .solutionsList h2,
  .componBanner_textBg h2 {
    text-align: center;
  }

  .solutionsList_test ul {
    display: table;
    margin: 20px auto;
  }

  .solutionsList .exampleBut {
    margin: 20px auto;
  }

  /* compon */

  .componBanner_textBg h1 {
    margin-top: 10px;
    padding-bottom: 20px;
  }

  .componBox h1 {
    text-align: left;
    line-height: 45px;
  }

  .componBox .w48 {
    margin-bottom: 50px;
  }

  /* video */
  .section-features {
    min-height: auto !important;
    height: auto !important;
  }


  .html-video-background video,
  .html-video-background img {
    position: relative;
  }


  .topcontent {
    width: 400px;
    height: auto;
    top: 20%;
    left: 5%;
  }

  .topcontent a {
    margin-left: 0;
  }

  .topcontent .inner h2 {
    font-size: 23px;
  }

  .col_leftL,
  .col_leftR,
  .col_topT,
  .col_leftC {
    left: 0 !important;
    right: 0 !important;
    top: 0;
    text-align: center;
  }

  .content-col {
    position: relative !important;
    width: 90%;
    margin: auto;
    margin-top: 20px;
    padding-bottom: 50px;
  }

  .content-col .inner h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .content-col .inner h2 {
    font-size: 23px;
    line-height: 35px;
  }

  .ei-slider {
    height: 290px;
  }

  /*about*/
  .teh_pic img {
    width: 100%;
    margin: 10px 0;
    float: none;
  }


  /*footer*/

  #footer .diconInfo,
  #footer .right {
    width: 100%;
    float: none;
  }

  #footer .right {
    clear: both;
    margin-top: 20px;
    border-top: 1px solid #666;
  }

  #footer .diconInfo p,
  #footer .diconInfo p a,
  #footer .diconInfo h4,
  #footer .diconInfo h4 a {
    float: none;
    text-align: center;
  }
}

@media only screen and (max-width: 580px) {
  h1 {
    line-height: 150%;
  }

  h2 {
    font-size: 24px;
    line-height: 150%;
  }

  p {
    font-size: 16px;
    line-height: 150%;
  }

  #footer .diconInfo img {
    float: none;
  }

  #footer .diconInfo p {
    float: none;
    text-align: center;
  }

}

@media only screen and (max-width: 480px) {
  body {
    min-width: 350px;
  }

  .overallwidthBox {
    min-width: 350px;
  }

  .topcontent {
    width: 100%;
  }

}